BotaDestinationMemory Struct ReferenceBOTA Recipient API

Detailed Description

Structure defining the destination bulk memory for the BOTA transfer.

Data Fields

BotaReadFunc read
 Function to read the destination bulk memory. More...
 
BotaWriteFunc write
 Function to write to the destination bulk memory. More...
 
BotaMemoryAddr startAddr
 Start address in the destination bulk memory where the bulk data will be stored. More...
 
size_t capacity
 Capacity of the the destination bulk memory (number of bytes). This is the number of available bytes in the destination memory starting from the 'startAddr'. More...
 

Field Documentation

◆ read

BotaReadFunc BotaDestinationMemory::read

Function to read the destination bulk memory.

◆ write

BotaWriteFunc BotaDestinationMemory::write

Function to write to the destination bulk memory.

◆ startAddr

BotaMemoryAddr BotaDestinationMemory::startAddr

Start address in the destination bulk memory where the bulk data will be stored.

◆ capacity

size_t BotaDestinationMemory::capacity

Capacity of the the destination bulk memory (number of bytes). This is the number of available bytes in the destination memory starting from the 'startAddr'.


The documentation for this struct was generated from the following file:
Go to Top